PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / transformPoints Method / transformPoints(double[]) Method
An array of Objects that represents the points to transform.
In This Topic
    transformPoints(double[]) Method
    In This Topic
    Applies the geometric transform represented by this matrix to a specified array of points.
    Syntax
    public void transformPoints( 
       double[] points
    )

    Parameters

    points
    An array of Objects that represents the points to transform.
    See Also